Prusage

Section: Oct. 1, 1991 (2)
Updated: MiNT Programmer's Manual
Index Return to Main Contents
 

NAME

Prusage - get resource usage information  

SYNOPSIS

void Prusage( LONG *r );
 

DESCRIPTION

Prusage puts information on resources used by the process into the memory pointed to by r, as follows:
   r[0]: time spent by process in MiNT kernel
   r[1]: time spent by process in its own code
   r[2]: total kernel time spent by children of this process
   r[3]: total user code time spent by children of this process
   r[4]: memory allocated to this process (bytes)
   r[5]-r[7]: reserved for future use
All times are in milliseconds.  

SEE ALSO

Psetlimit(2)


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 16:01:23 GMT, March 03, 2023